Method: removeUsernameFromUserGroupEx

Remove a username from an ExtremeControl end-system group. This operation is similar to removeUsernameFromUserGroup, but returns a verbose message.

Parameters

Name Type Description
userGroup string The username group name you are changing
username string Username of the end-system
reauthenticate boolean Set to true to force reauthentication on the affected end-system

Returns

Returns a WsResult with a structure defined by the following table.

Name Type Description
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
success boolean True if operation is successful

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/removeUsernameFromUserGroupEx?userGroup=Administrator-User&username=jdoe&reauthenticate=true